home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK3042.ZIP / DEMO.BAT next >
DOS Batch File  |  1992-02-16  |  481b  |  16 lines

  1. echo off
  2. if exist HUGO.EXE goto ok
  3. echo You need to run install first!
  4. goto exit
  5. :ok
  6. echo HUGO III, JUNGLE OF DOOM!  Vendor demonstration utility.
  7. echo Copyright 1992, David P Gray, Gray Design Associates.
  8. echo Quit and Type "demo -s" to run the demo without sound.
  9. rem  Demo can be quit by hitting ESC or CTRL-C during the game.
  10. rem  If you need to prevent this you'll have to lock your computer keyboard!
  11. pause
  12. :loop
  13. hugo -d %1
  14. if not errorlevel 1 goto loop
  15. :exit
  16.